home *** CD-ROM | disk | FTP | other *** search
/ Amiga Tools 2 / Amiga Tools 2.iso / tools / packer / xfd / docs / xfddecrunch.doc next >
Text File  |  1995-03-09  |  3KB  |  97 lines

  1. NAME
  2.     xfdDecrunch 1.03
  3.  
  4. SYNOPSIS
  5.     xfdDecrunch SOURCE/A,DEST,ALL/S,FORCE/S,CLONE/S,
  6.                 ND=NODIRS/S,NA=NOASK/S,LS=LINKSIMPLE/S,
  7.                 LP=LINKPRO/S,CA=COPYALL/S
  8.  
  9. DESCRIPTION
  10.     xfdDecrunch unpacks crunched files.
  11.     Kickstart V37+ is required.
  12.  
  13.     SOURCE specifies the file(s) that should be decrunched.
  14.     Wildcards of any kind are supported.
  15.  
  16.     DEST is the file/drawer to save the result to.
  17.     If SOURCE contains wildcards/is a drawer, DEST must be
  18.     a directory. If it doesn't exist, it will be created.
  19.     If SOURCE is a single file, DEST can be an existing
  20.     directory or a (new) filename. In the first case, the
  21.     old filename will be used in the new directory.
  22.     Without DEST, the old files will be overwritten.
  23.  
  24.     Files that cannot be decrunched will usually not appear
  25.     in the DEST drawer. COPYALL tells xfdDecrunch to simply
  26.     copy all these files to the DEST drawer too. Certainly
  27.     this option only works if DEST is given.
  28.  
  29.     ALL makes xfdDecrunch go through all subdirectories
  30.     that exist in SOURCE. Note that these drawers are
  31.     created in the same order in the DEST directory.
  32.     If there exists a file with the name of a drawer to be
  33.     created, files will be written to the parent drawer.
  34.     If NODIRS is given, no subdirectories will be created
  35.     and files from all drawers will be written to DEST.
  36.  
  37.     If DEST already exists, you will be asked if you want
  38.     to overwrite the file. With FORCE, this request will
  39.     be skipped.
  40.  
  41.     With CLONE, the decrunched files (and drawers) receive
  42.     the same comments and protection bits as the source
  43.     files.
  44.  
  45.     Usually, when an error occurs while decrunching a file,
  46.     xfdDecrunch asks if you want to continue with the next
  47.     files or quit. With NOASK specified, this request will
  48.     be skipped and decrunching continues automatically.
  49.  
  50.     With files that are crunched with an absolute address
  51.     cruncher, you have two additional options: LINKSIMPLE
  52.     and LINKPRO. The first one links a quite simple header
  53.     to the decrunched data that simply copies the file to
  54.     the required location and executes it. The second
  55.     header is more complex. It tries to allocate the wanted
  56.     memory area and works with overlays thus not needing
  57.     any memory at all before allocating the desired area.
  58.     This is absolutely system-friendly and should work
  59.     even on machines with less RAM.
  60.  
  61. HISTORY
  62.     xfdDecrunch 1.03
  63.     - CLONE doesn't clone the creation dates anymore.
  64.     - CLONE now also clones the comments and protection
  65.       bits of any drawers that are created.
  66.     - Added COPYALL option.
  67.     - Added abbrevations for NODIRS and NOASK options.
  68.  
  69.     xfdDecrunch 1.02
  70.     - Totally removed arp.library and Kick 1.3 support.
  71.       It was impossible to implement all OS 2 features.
  72.     - xfdDecrunch now creates the same drawer hierarchy
  73.       in the destination drawer as given in the source
  74.       drawer (with ALL option).
  75.     - Source and destination lengths are printed now.
  76.     - Added NODIRS and NOASK options.
  77.     - Added LINKSIMPLE and LINKPRO options.
  78.  
  79.     xfdDecrunch 1.01
  80.     - Fixed bug in CLONE routine. SetFileDate() has been
  81.       called on Kick 1.3, but it's not available there!
  82.     - Changed some internal stuff for the documented
  83.       release of xfdmaster.library 33.2.
  84.  
  85.     xfdDecrunch 1.00
  86.     - First public release.
  87.  
  88. COPYRIGHT
  89.     xfdDecrunch is freely distributable and for
  90.     noncommercial use only.
  91.  
  92. AUTHOR
  93.     Georg Hörmann
  94.     Martinswinkelstraße 16c       <=- NEW ADDRESS
  95.     82467 Garmisch-Partenkirchen
  96.     Germany
  97.